BandwidthCollection Methods |
The BandwidthCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| Add(Bandwidth) |
Adds a Bandwidth to the collection.
| |
| Add(String, Int32) |
Adds a Bandwidth specified with the type and value to the collection.
| |
| Clear |
Removes all elements from the BandwidthCollection.
| |
| CopyTo |
Copies the BandwidthCollection elements to a one-dimensional Array instance at the specified index.
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| Get(Int32) |
Gets value of item at the specified position.
| |
| Get(String) |
Gets value of the specified type.
| |
| GetEnumerator |
Returns an IEnumerator that can iterate through the BandwidthCollection.
| |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Remove |
Removes a Bandwidth specified with the type from the collection.
| |
| Set |
Sets value of the specified type.
| |
| ToString |
Converts the value of this instance to its equivalent string representation.
(Overrides ObjectToString.) |